home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14659 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  708 b 

  1. Path: pacman.rs.itd.umich.edu!jax
  2. From: jax@umich.edu (Philippis Pete Costa)
  3. Newsgroups: comp.lang.c++
  4. Subject: Visual C++ 4.0 ODBC Bug
  5. Date: 1 Apr 1996 15:22:09 GMT
  6. Organization: University of Michigan
  7. Message-ID: <4josb1$dqp@lastactionhero.rs.itd.umich.edu>
  8. NNTP-Posting-Host: pacman.rs.itd.umich.edu
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. After talking with Microsoft, they confirmed that in VC++4.0, there
  12. is a bug that prevents me from executing the following:
  13.  
  14. select distinct column1 from table  --using ODBC
  15.  
  16. I must do:
  17.  
  18. select distinct * from table
  19.  
  20. Their temp work around is for me to use dynasets.  Unfortunately,
  21. my driver only supports snapshots.  Anyone have any suggestions?
  22.  
  23. Pete
  24. jax@umich.edu
  25.